home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
new
/
blinktl.arj
/
SPLIT_CT.BAT
< prev
Wrap
DOS Batch File
|
1993-05-25
|
1KB
|
21 lines
@CLS
@ECHO ### This batch job will split your CA-Clipper Tools Library ###
@ECHO ### (CT.LIB) in two seperate libraries: ###
@ECHO ### ###
@ECHO ### CTOVL.LIB automatically overlayable with BLINKER ###
@ECHO ### (holds most of the networking functions) ###
@ECHO ### ###
@ECHO ### CTROOT.LIB not automatically overlayable ###
@ECHO ### ###
@ECHO ### ###
@ECHO ### !!! The original CT.LIB remains untouched!!! ###
@ECHO ### ###
@ECHO ### !!! Be sure to have Borland TLIB in your PATH !!! ###
@ECHO ### ###
@PAUSE
TLIB CT @extract
TLIB CTOVL @build
DEL *.obj
ren ct.lib ctroot.lib
ren ct.bak ct.lib